{% load i18n static common %} {% autoescape off %}
{% csrf_token %} {% with adminform.form as f %}
{% layui_inline f.agreement_message_id %}
{% layui_inline f.report_name %}
{% layui_inline f.agreement_message %}
{% endwith %}
{% endautoescape %}